*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body{
    font-family: 'Poppins';

}
 
.top-logo{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.3125rem;
    font-size: 1.25rem;
    font-weight: bold;
    
}
.logo{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 3.125rem;
    height: 3.125rem;
    background-color:#24afb5;
    border-radius: 50%;
    margin: 0.3125rem;

}

.logo1{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.375rem;
    height: 0.625rem;
    /* background: transparent #fff; */
    margin: 0.8125rem;
    border-radius: 3px;
    /* padding: 3px 0px; */
}

.triangle1{

    background: #FFFFFF;
    /* mix-blend-mode: normal; */
    opacity: 0.8;
    
    
}

.triangle2{
    position: absolute;
    top: 0.5rem;
    background: #FFFFFF;
   /* mix-blend-mode: normal; */
   opacity: 0.8;

    /* position: absolute;
    top: 14px;
     */
}

.triangle3{
    position: absolute;
    top: 1rem;

    background: #FFFFFF;
    /* mix-blend-mode: normal; */
    opacity: 0.8;

}



.header{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
   
}



.top{
    display: flex;
    gap: 1.5625rem;
    margin-right: 20px;
  
    
}

.top li{
    list-style: none;
}

.top a{
    text-decoration: none;
    color: #000;
    font-size: 1rem;
    line-height: 0.75rem;

}

.hero{
    height: 100vh;
    /* width: 100%; */
    /* background-color: rgb(30, 232, 94); */
    
}

.container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center ;
    text-align: center;
    /* margin-top: 3.125rem; */
   
}

.container  h1{
    /* margin-top: 10px; */
    font-size: 1.5rem;
}

.container p{
    margin-top: 0.625rem;
    /* margin-top: 0.625rem; */
    font-size: 1rem;
    color: #585757;
}
.container span{
    margin-top: 0.625rem;
    color: #b0b0b0;
    font-size: 12px;
}
.inputEmail{
    display: flex;
    gap: 0.3125rem;
    margin-top: 0.625rem;
}
.container #email{
    display: flex;
    padding: 0rem 0.3125rem;
    border: 1px solid #b0b0b0;
}

.container .inputEmail button{
    background-color: #24afb5;
    border: none;
    padding: 0.625rem;
    border-radius: 5px;
    color: #FFFFFF;
}

.container img{
  width: 18.75rem; 
  height: 12.5rem;
  margin-top: 0.625rem;
}

.cont{
    position: relative;
    /* display: flex;
    flex-direction: column;
    position: relative;
    /* gap: 20px; */
  
}

.content {
    width: 100%;
    height: 18.5rem; 
    position: absolute;
    top: 0;
    margin-top: 18.75rem;
     display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #fff;
    /* margin-top: 25rem; */
   
    
   
    
    border-top: 1px solid #bebbbb; 
  

} 

.content h1{
    font-size: 1.5rem;
} 

.footer{
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 5rem 1rem;
    /* background-color: #fff; */
    border-top: 1px solid #bebbbb;
    
}
.footer-section{
    display: flex;
    flex-direction: column;
    
}
.footer-section .top-logo{
    margin-right: 50rem;
}

.categroise{
    display: flex;
    
    justify-content: space-around;
    align-items: center;
  
}

.categroy{
    display: flex;
    gap: 3.125rem;
    margin-top: 1.25rem;
}

.categroy p{
    font-size: 0.875rem;
    color: #b5b5b5;
    margin-top: 0.3125rem;
}
.socialmedia{
    
}


.socialmedia .fb{
    display: flex;
    gap: 1rem;
    color: #969696;
    
}

.socialmedia .youtube{
    display: flex;
    gap: 1rem;
    margin-top: 3px;
    color: #969696;
}

.socialmedia .inistagram{
    display: flex;
    gap: 1rem;
    margin-top: 3px;
    color: #969696;
}

.socialmedia .Twitter{
    display: flex;
    gap: 1rem;
    margin-top: 3px;
    color: #969696;

}

.bottom-footer{
    width: 100%;
    background-color: #f7f7f7;  
    padding: 20px;
    margin-top: 10px;
}
.coppyright{
    display: flex;
    justify-content: space-around;
    color: #cdcdcd;

}

.bottom-footer .links{
    display: flex;
    gap: 10px;
}




@media(max-width:767px){
    .hero{
        height: calc(100vh - 5rem);
        width: 100%;
    


    }
    .top{
        display: none;
    }

    .container h1 {
        
      
    }

    .container p{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
       text-align: center;
       font-size: 1rem;
    }

    .inputEmail{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.25rem;
        margin-top: 0.625rem;
    }

    .inputEmail #email{
        padding: 0.625rem;
    }

    .cont{
        position: relative;
    }
    .content{
            width: 20rem;
            height: 21.25rem; 
            position: absolute;
            top: 0;
            margin-top: 20rem;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            background-color: #fff;

    }

    .content h1{
        font-size: 0.5rem;
    }

    .footer-section .top-logo{
        margin-right: 0rem;
    }
    .categroise{
        display: flex;
        flex-direction: column;

    }

    .socialmedia{
        margin-top: 3rem;
    }

    .categroy{
        display: flex;
        flex-direction: column;
        gap: 3.125rem;
        margin-top: 1.25rem;
    }

    .coppyright{
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        color: #cdcdcd;

}
.links{
    display:flex ;
    flex-direction: column;
    grid-area: 1rem;
}

}